Player List

Add Player
{% if play %}
{% for player in play %} {% endfor %}
# Image Name Date of Birth Height (cm) Weight (kg) Participation Date College Name Email Contact City Actions
{{ forloop.counter }} {% if player.player_img %} {{ player.name }} {% else %} N/A {% endif %} {{ player.name }} {{ player.dob }} {{ player.height }} {{ player.weight }} {{ player.participation_date }} {{ player.college_name }} {{ player.email }} {{ player.contact }} {{ player.city }} Update Delete
{% else %}

No players found.

{% endif %}